﻿.container *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
em{
	font-style: normal;
}
.wenmi_graybody{
	background-color: #f9f9f9;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
.l{float:left;}
.r{float:right;}
ul.flexbox, dl.flexbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.flexbox li, dl.flexbox dd{
    display: block;
    align-items: center;
    justify-content: flex-start;
}
.table{
	display: table;
	height:100%;
}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.clear{clear:both; font-size:0; line-height:0; height:0;}
.after-clear::after, .zoom::after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.hoverimg img{
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}
.hoverimg:hover img{
	-webkit-transform:scale(1.01);
	-moz-transform:scale(1.01);
	-ms-transform:scale(1.01);
	transform:scale(1.01);
}
/* 面包屑 */
.wenmi_breadcrumb{
	padding: 20px 0;
}
.wenmi_breadcrumb>a, .wenmi_breadcrumb>span{
	font-size: 12px;
	line-height: 22px;
	color: #777;
}
.wenmi_breadcrumb>a::after{
	content: ">";
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px 4px 6px;
}
.wenmi_filter_box{
	margin-bottom: 50px;
}
.wenmi_filter_box>div{
	padding: 0;
	background-color: #fff;
}
.wenmi_com_filterbox {
	position: relative;
}
.wenmi_com_filterbox .box_item {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: solid 1px #f6f6f6;
}
.wenmi_com_filterbox .box_item:last-of-type{
	margin-bottom: 0;
}
.wenmi_com_filterbox .box_item .l {
	width: 74px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #222;
	text-align: left;
	float: left;
}
.wenmi_com_filterbox .box_item .h {
	line-height: 25px;
	text-align: center;
	float: left;
}
.wenmi_com_filterbox .box_item .h a {
	height: 25px;
	line-height: 25px;
	display: inline-block;
	padding: 0 20px;
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	float: left;
}
.wenmi_com_filterbox .box_item .h _a:hover, .wenmi_com_filterbox .box_item .h a.action {
	background-color: #e7faf8;
	text-decoration: none;
	color: #00c1c8;
	font-weight: bold;
}
.wenmi_com_filterbox .box_item .r {
	width: 874px;
	line-height: 25px;
	float: left;
}
.wenmi_com_filterbox .box_item .r ul {
	height: auto;
	overflow: hidden;
	margin-left: 5px;
}
.wenmi_com_filterbox .box_item .r ul.collapse{
	height:25px;
}
.wenmi_com_filterbox .box_item .r ul::after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.wenmi_com_filterbox .box_item .r ul li {
	height: 25px;
	float: left;
}
.wenmi_com_filterbox .box_item .r ul li.split{
	width:100%;
	height:1px;
	margin:12px 0;
	overflow:hidden;
	border-bottom:1px dotted #ececec;
}
.wenmi_com_filterbox .box_item .r ul li a {
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	color: #666;
	display: inline-block;
	white-space: nowrap;
	padding: 0 17px;
	border-radius: 2px;
}
.wenmi_com_filterbox .box_item .r ul li a:hover, .wenmi_com_filterbox .box_item .h a:hover{
	cursor: pointer;
	background-color: #e7faf8;
	text-decoration: none;
	color: #00c1c8;
}
.wenmi_com_filterbox .box_item .r a:hover, .wenmi_com_filterbox .box_item .r a.action, .wenmi_com_filterbox .box_item .r .app-menu-active a {
	background-color: #e7faf8;
	text-decoration: none;
	color: #00c1c8;
}
.wenmi_com_filterbox .box_item .r a.action, .wenmi_com_filterbox .box_item .r .app-menu-active a {
	font-weight: bold;
}
.wenmi_com_filterbox .noexpand .r{
    width: 1030px;
}
.wenmi_com_filterbox .box_item .m {
	line-height: 25px;
	text-align: center;
	float: right;
}
.wenmi_com_filterbox .box_item .m a {
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	display: inline-block;
	white-space: nowrap;
	padding: 0 15px;
	border-radius: 2px;
	color: #666;
}
.wenmi_com_filterbox .box_item .m a i {
	width: 16px;
	height: 6px;
	margin-left: 3px;
	overflow: hidden;
	display: inline-block;
	background: url(../img/wenmi/icon_filter.png) no-repeat right 0;
	vertical-align: middle;
	margin-bottom: 4px;
}
.wenmi_com_filterbox .box_item .m a:hover{    
    color: #00c1c8;
}
.wenmi_com_filterbox .box_item .m a:hover i{
	background-position:right -10px;
}
.wenmi_com_filterbox .scroll .m a i{
	background-position:right -22px;
}
.wenmi_com_filterbox .scroll .m a:hover i{
	background-position:right -30px;
}
.wenmi_com_filterbox_sci .box_item:not(:first-of-type){
	float: left;
	width: 33.33%;
}
.wenmi_com_filterbox_sci .box_item:not(:first-of-type) .r{
	width: 226px;
}
.wenmi_com_filterbox_sci .box_item:not(:first-of-type) .r ul li a{
	padding: 0 16px;
}

/* 期刊列表 */
.wenmi_comlist_box>div>ul>li{
	float: left;
	width: 50%;
	padding-right: 5%;
	margin-bottom: 48px;
}
.wenmi_comlist_box>div>ul>li:nth-of-type(2n){
	padding-right: 0;
}
.wenmi_comlist_box>div>ul>li .left_img{
	float: left;
	width: 19%;
	height: 136px;
}
.wenmi_comlist_box>div>ul>li .left_img img{
	width: 100%;
	height: 100%;
}
.wenmi_comlist_box>div>ul>li .right_info{
	float: left;
	width: 81%;
	padding-left: 5%;
	text-align: left;
}
.wenmi_comlist_box>div>ul>li .right_info h1{
	font-size: 17px;
	font-weight: bold;
	color: #222;
	margin-bottom: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wenmi_comlist_box>div>ul>li:hover .right_info h1{
	color: #00c1c8;
}
.wenmi_comlist_box>div>ul>li .right_info p{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wenmi_comlist_box>div>ul>li .right_info p.dwlist{
	font-size: 13px;
	color: #888;
}
.wenmi_comlist_box>div>ul>li .right_info p.sllist, .wenmi_comlist_box>div>ul>li .right_info p.conlist{
	font-size: 13px;
	color: #888;
	text-overflow: unset;
}
.wenmi_comlist_box>div>ul>li .right_info p.conlist{
	margin-top: 12px;
}
.wenmi_comlist_box>div>ul>li .right_info p.sllist:nth-of-type(2){
	margin-top: 12px;
}
.wenmi_comlist_box>div>ul>li .right_info p.sllist span, .wenmi_comlist_box>div>ul>li .right_info p.conlist span{
	display: inline-block;
}
.wenmi_comlist_box>div>ul>li .right_info p.sllist span:nth-of-type(2){
	margin-left: 30px;
}
.wenmi_comlist_box>div>ul>li .right_info p.conlist span:first-of-type{
	width: 30%;
}
.wenmi_comlist_box>div>ul>li .right_info p.conlist span:nth-of-type(2){
	width: 70%;
}
.wenmi_comlist_box>div>ul>li .right_info p.dylist{
	margin: 13px 0;
	font-size: 12px;
	color: #888;
}
.wenmi_comlist_box>div>ul>li .right_info p.dylist span.price{
	color: #e90013;
}
.wenmi_comlist_box>div>ul>li .right_info p.dylist span.hits b{
	font-weight: normal;
	color: #be7b40;
	margin-left: 30px;
}
.wenmi_comlist_box>div>ul>li .right_info p.dylist span.scprice{
	color: #888;
	text-decoration: line-through;
	margin-left: 10px;
}
.wenmi_comlist_box>div>ul>li .right_info p.zzlist{
	font-size: 12px;
	color: #888;
}
.wenmi_comlist_box>div>ul>li .right_info p.zzlist span{
	display: inline-block;
}
.wenmi_comlist_box>div>ul>li .right_info p.zzlist span:nth-of-type(2){
	margin-left: 6px;
}
.wenmi_comlist_box>div>ul>li .right_info .jblist span{
	display: inline-block;
	height: 20px;
	line-height: 18px;
	padding: 0 5px;
	border: solid 1px #dff2f0;
	font-size: 12px;
	color: #007398;
	text-align: center;
	margin: 18px 10px 0 0;
}
.wenmi_comlist_box>div>ul>li .right_info .jblist span:last-of-type{
	margin-right: 0;
}
.wenmi_comlist_box>div>ul>li .right_info p.fwlist{
	font-size: 13px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	white-space: normal;
	margin-top: -10px;
	text-align: justify;
	line-height: 21px;
}
.wenmi_comlist_box>div>ul>li .right_info .keylist{
	height: 38px;
	overflow: hidden;
}
.wenmi_comlist_box>div>ul>li .right_info .keylist span.time{
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 24px;
	margin-top: 14px;
}
.wenmi_comlist_box>div>ul>li .right_info .keylist span.key{
	float: left;
	display: inline-block;
	height: 20px;
	line-height: 18px;
	padding: 0 5px;
	border: solid 1px #dff2f0;
	font-size: 12px;
	color: #007398;
	text-align: center;
	margin: 14px 10px 0 0;
}
.wenmi_comlist_box>div>ul>li .right_info .keylist span.key:last-of-type{
	margin-right: 0;
}
.loadmore_btn .loadmore a, .loadmore_btn .loading2{
	display: block;
	height: 52px;
	line-height: 50px;
	border-radius: 26px;
	border: solid 1px #eee;
	font-size: 16px;
	color: #555;
	text-align: center;
	margin-bottom: 40px;
}
.loadmore_btn .loadmore a:hover, .loadmore_btn .loading2:hover{
	color: #00c1c8;
}
.loadmore_btn2 .loadmore{
	display: block;
	height: 52px;
	line-height: 50px;
	border-radius: 26px;
	border: solid 1px #eee;
	font-size: 16px;
	color: #555;
	text-align: center;
	margin-bottom: 40px;
}
.loadmore_btn2 .loadmore:hover{
	color: #00c1c8;
}
.wenmi_qkshow_desc{
	padding-bottom: 50px;
}
.wenmi_qkshow_desc .wenmi_coverimg{
	width: 210px;
}
.wenmi_qkshow_desc .wenmi_coverimg img{
	width: 100%;
	height: 284px;
}
.wenmi_qkshow_desc .wenmi_coverimg .l_djzq{
	margin-top: 18px;
}
.wenmi_qkshow_desc .wenmi_coverimg .l_djzq p{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	color: #222;
}
.wenmi_qkshow_desc .wenmi_coverimg .l_djzq p span{
	color: #eb0000;
}
.wenmi_dyshow_desc .wenmi_coverimg .l_djzq p{
	text-align: center;
}
.wenmi_dyshow_desc .wenmi_coverimg .l_djzq p span{
	font-weight: bold;
}
.wenmi_qkshow_desc .wenmi_coverimg .l_scizw p{
	text-align: center;
}
.wenmi_qkshow_desc .wenmi_infobox{
	margin-left: 44px;
	width: 846px;
}
.wenmi_qkshow_desc .wenmi_infobox h1{
	font-size: 32px;
	color: #222;
	line-height: 34px;
	margin-bottom: 8px;
}
.wenmi_qkshow_desc .wenmi_infobox h1 span.qkjb, .wenmi_qkshow_desc .wenmi_infobox h1 a.qkjb{
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #007398;
	margin-left: 26px;
	vertical-align: middle;
}
.wenmi_qkshow_desc .wenmi_infobox h1 span.qkjb:first-of-type, .wenmi_qkshow_desc .wenmi_infobox h1 a.qkjb:first-of-type{
	margin-left: 16px;
}
.wenmi_qkshow_desc .wenmi_infobox h1 span.qkjb::before, .wenmi_qkshow_desc .wenmi_infobox h1 a.qkjb::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/wenmi/icon_qk_qkjb.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}
.wenmi_qkshow_desc .wenmi_infobox h2.ywm, .wenmi_qkshow_desc .wenmi_infobox .p_dw{
	font-size: 13px;
	font-weight: normal;
	line-height: 26px;
	color: #777;
}
.wenmi_qkshow_desc .d_rectangle_list{
	margin-top: 20px;
}
.wenmi_qkshow_desc .d_rectangle_list dl{
	float: left;
	width: 33.33%;
	height: 191px;
	overflow: hidden;
}
.wenmi_qkshow_desc .d_rectangle_list dl dt{
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	color: #222;
	margin-bottom: 5px;
}
.wenmi_qkshow_desc .d_rectangle_list dl dd{
	font-size: 13px;
	line-height: 32px;
	color: #222;
}
.wenmi_qkshow_desc .d_rectangle_list dl dd.red a{
	color: #eb0000;
}
.wenmi_dyshow_desc .box_price_list{
	height: 85px;
	padding-left: 22px;
	background-color: #f6f6f6;
	margin: 24px 0;
	padding-top: 14px;
}
.wenmi_dyshow_desc .box_price_list>div{
	float: left;
	width: 25%;
}
.wenmi_dyshow_desc .box_price_list>div>b{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.wenmi_dyshow_desc .box_price_list>div.price-off>b{
	font-size: 18px;
	font-weight: bold;
	line-height: 57px;
	color: #f00;
}
.wenmi_dyshow_desc .box_price_list>div>p{
	font-size: 18px;
	font-weight: normal;
	color: #222;
	height: 36px;
	line-height: 36px;
}
.wenmi_dyshow_desc .box_price_list>div>p b.red{
	color: #e90013;
}
.wenmi_dyshow_desc .box_price_list>div>p .sell-val{
	display: inline-block;
	font-size: 24px;
	color: #e90013;
}
.wenmi_dyshow_desc .box_price_list>div>p .sell-discount{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 8px 6px;
	font-size: 13px;
	color: #be7b40;
	line-height: 23px;
}
.wenmi_dyshow_desc .box_price_list>div>p.price-market{
	font-size: 18px;
	color: #999;
	text-decoration: line-through;
}
.wenmi_dyshow_desc .box_rqxl .dd_rq{
	float: left;
	font-size: 13px;
	color: #222;
}
.wenmi_dyshow_desc .box_rqxl .dd_rq span{
	display: inline-block;
	color: #be7b40;
}
.wenmi_dyshow_desc .box_rqxl .dd_rq span:first-of-type{
	margin-right: 45px;
}
.wenmi_dyshow_desc .box_rqxl .dd_fw{
	float: right;
	font-size: 13px;
	color: #222;
}
.wenmi_dyshow_desc .box_rqxl .dd_fw span{
	display: inline-block;
	color: #666;
	font-size: 13px;
	margin-right: 32px;
}
.wenmi_dyshow_desc .box_rqxl .dd_fw span:last-of-type{
	margin-right: 0;
}
.wenmi_dyshow_desc .box_rqxl .dd_fw span::before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/wenmi/icon_dy_fwcn.png) no-repeat;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
.wenmi_dyshow_desc .box_rqxl .dd_fw span.fwcon1::before{
	background-position: 0 0;
}
.wenmi_dyshow_desc .box_rqxl .dd_fw span.fwcon2::before{
	background-position: -107px 0;
}
.wenmi_dyshow_desc .box_rqxl .dd_fw span.fwcon3::before{
	background-position: -208px 0;
}
.wenmi_dyshow_desc dl.box-specs{
	margin-top: 25px;
}
.wenmi_dyshow_desc dl dt{
	float: left;
	width: 70px;
	font-size: 13px;
	color: #999;
	line-height: 44px;
}
.wenmi_dyshow_desc .box-nums{
	margin-top: 24px;
}
.wenmi_dyshow_desc .box-nums dt{
	line-height: 36px;
}
.wenmi_dyshow_desc dl dd{
	float: left;
	width: 718px;
	line-height: 25px;
}
.wenmi_dyshow_desc dl dd ul li{	
	padding: 0 10px 0 10px;
	margin: 5px 15px 5px 0;
	line-height: 32px;
	background: #fff;
	border:1px solid #e8e8e8;
	outline:1px solid #fff;
	float: left;
	cursor: pointer;
}
.wenmi_dyshow_desc dl dd ul li img{
	width: 36px;
	height: 34px;
	margin: 3px -5px;
	border-radius: 3px;
}
.wenmi_dyshow_desc dl dd ul li.action, .wenmi_dyshow_desc dl dd ul li:hover{
	border:1px solid #fe0d26;
	outline:1px solid #fe0d26;
	background: url(../img/wenmi/icon_dy_chosepng.png) no-repeat right bottom;
}
.yunzz_qk_info .wenmi_dyshow_desc .box-nums{
	padding-top: 30px;
}
.yunzz_dy_info .wenmi_dyshow_desc .box-nums{
	padding-top: 16px;
}
.wenmi_dyshow_desc .box-nums a{
	float: left;
	width: 36px;
	height: 36px;
	line-height: 34px;
	display: inline-block;
	border:1px solid #D4D4D4;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	font-size: 18px;
}
.wenmi_dyshow_desc .box-status{
	height: 25px;
	line-height: 25px;
	margin: 10px 10px 0 10px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: red;
	background-color: #ffe8d7;
	display: none;
}
.wenmi_dyshow_desc .box-nums a:hover{
	border:1px solid #666;
}
.wenmi_dyshow_desc .box-nums input{
	float: left;
	width: 56px;
	height: 36px;
	line-height: 36px;
	padding: 0;
	font-size: 18px;
	text-align: center;
	border-left:none;
	border-right:none;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	overflow: hidden;
	outline:medium;
}
.wenmi_dyshow_desc .box-nums span{
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}
.wenmi_dyshow_desc .box-nums .box-nums-store{
    /*display: none;*/
}
.wenmi_qkshow_desc .wenmi_qk_btngroup{
	margin-top: 35px;
}
.wenmi_qkshow_desc .wenmi_qk_btngroup a{
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	margin-right: 18px;
}
.wenmi_qkshow_desc .wenmi_qk_btngroup a.btn_tgzx{
	background-color: #00c1c8;
}
.wenmi_qkshow_desc .wenmi_qk_btngroup a.btn_tgzx::before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 23px;
	background: url(../img/wenmi/icon_btn_tgzx.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}
.wenmi_qkshow_desc .wenmi_qk_btngroup a.btn_zzdy{
	background-color: #007398;
}
.wenmi_qkshow_desc .wenmi_qk_btngroup a.btn_zzdy::before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/wenmi/icon_btn_zzdy.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}
.wenmi_qkshow_desc .wenmi_qk_btngroup a.btn_jjzx{
	background-color: #007398;
}
.wenmi_qkshow_desc .wenmi_qk_btngroup a.btn_jjzx::before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 24px;
	background: url(../img/wenmi/icon_btn_jjzx.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}
.wenmi_qkshow_desc .wenmi_qk_btngroup a:hover{
	opacity: .8;
}
.wenmi_qkshow_desc .wenmi_dy_btngroup a.btn_dy_ljdg{
	background-color: #fe0d26;
	color: #fff;
}
.wenmi_qkshow_desc .wenmi_dy_btngroup a.btn_dy_jrgwc{
	background-color: #fff2ec;
	color: #fe0d26;
	border: solid 1px #ffc6ae;
}
.wenmi_qkshow_desc .wenmi_dy_btngroup a.btn_dy_jrgwc::before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url(../img/wenmi/icon_btn_zzdy_red.png) no-repeat;
	vertical-align: middle;
	margin: 0 10px 4px 0;
}
/* NAV */
.wenmi_navlist{
	width: 100%;
	min-width: 1100px;
	height: 60px;
	line-height: 60px;
	background-color: #f6f6f6;
}
.wenmi_navlist a{
	display: inline-block;
	font-size: 16px;
	color: #888888;
	margin-right: 100px;
}
.wenmi_navlist a:last-of-type{
	margin-right: 0;
}
.wenmi_navlist a.tabs_active{
	color: #222;
	position: relative;
}
.wenmi_navlist a.tabs_active::after{
	content: '';
	display: block;
	width: 22%;
	height: 3px;
	background-color: #313131;
	position: absolute;
	left: 39%;
	bottom: 12px;
}
/* 主要内容 */
.wenmi_qkshow_content{
	margin-top: 50px;
}
.wenmi_qkshow_content .wenmi_left_con{
	float: left;
	width: 748px;
}
.wenmi_qk_combox{
	margin-bottom: 50px;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon h3:first-of-type{
	margin-top: 0;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon h3, .wenmi_qk_combox>h3{
	font-size: 22px;
	font-weight: bold;
	color: #222;
	margin-bottom: 30px;
	text-align: left;
	margin-top: 40px;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon h3.min_mar, .wenmi_qk_combox h3.min_mar{
	margin-bottom: 20px;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon h3 b, .wenmi_qk_combox>h3 b{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.wenmi_qk_combox>h4{
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #222;
	background-color: #f6f6f6;
}
.wenmi_qk_combox>h4 span{
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	color: #222;
	margin-left: 4px;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon h3.wenmi_qk_hot::after{
	content: "";
	display: inline-block;
	width: 32px;
	height: 13px;
	background: url(../img/wenmi/icon_qk_hot.png) no-repeat;
	vertical-align: middle;
	margin: 0 0 4px 5px;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon p, .wenmi_comart p{
	font-size: 15px;
	line-height: 32px;
	color: #222;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon p img, .wenmi_comart p img{
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon p{
	margin-bottom: 20px;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon ul.ul_qkslry li{
	display: inline-block;
	float: left;
	padding: 0 16px;
	height: 32px;
	line-height: 32px;
	background-color: #f7f8fa;
	border-radius: 4px;
	border: solid 1px #ebebeb;
	text-align: center;
	font-size: 14px;
	margin: 0 10px 10px 0;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon dl.zzcs_jbxx{
	padding-bottom: 40px;
	border-bottom: solid 1px #f1f1f1;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon dl.zzcs_jbxx dd{
	float: left;
	width: 33.33%;
	font-size: 14px;
	color: #777;
	line-height: 30px;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon dl.zzcs_jbxx dd b{
	font-weight: normal;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon dl.zzcs_jbxx dd span{
	color: #222;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon ul.u_zdgz li{
	display: inline-block;
	float: left;
	width: 360px;
	height: 50px;
	line-height: 50px;
	border: solid 1px #eee;
	padding-left: 30px;
	font-size: 14px;
	margin-bottom: 14px;
	margin-right: 28px;
}
.wenmi_qkshow_content .wenmi_left_con .wenmi_maincon ul.u_zdgz li:nth-of-type(2n){
	margin-right: 0;
}
.wenmi_qkshow_content .wenmi_right_con{
	float: left;
	width: 260px;
	margin-left: 90px;
}
.wenmi_qk_combox_r{
	margin-bottom: 30px;
}
.wenmi_qk_combox_r h4{
	font-size: 16px;
	text-align: left;
	color: #222;
	margin-bottom: 20px;
}
/* 上下本 */
.wenmi_qk_page{
	padding-top: 20px;
	margin-bottom: 30px;
	border-top: solid 1px #e8e8e8;
}
.wenmi_qk_page ul li{
	font-size: 14px;
	line-height: 36px;
	color: #222;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wenmi_qk_page ul li a{
	display: block;
	text-align: left;
}
/* 联系方式 */
.wenmi_qk_lxsf p{
	font-size: 14px;
	line-height: 28px;
}
.wenmi_sci_xgqk ul li .right_info h6{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hauto{
	height: auto;
	max-height: auto;
	overflow: hidden;
}
.hfix{
	max-height: 694px;
	overflow: hidden;
}
.content-box{
	color: #000;
	margin-top: 30px;
}
.dlbox{margin-top:-20px;}
.content-box .box-title{
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}
.content-box .box-sub-title{
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	color: #996600;
	/*padding-left: 10px;
	border-left: 3px solid #ff5836;*/
}
.content-box .box-con{
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}
.content-box .box-con p a{
	color: #000;
	text-decoration: none;
}
.content-box .box-con p a:hover{
	color: #996600;
}
.content-box .box-body{
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}
/*友情链接*/
.wmlink, .wenm_fw_yqlj_li{margin:0 auto 27px auto;}
.wmlink>b, .wenm_fw_yqlj_li>b{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	padding-bottom: 15px;
	border-bottom: solid 1px #e8e8e8;
	margin-bottom: 15px;
}
.wmlink>b span{
	color: #999;
	font-size: 13px;
	font-weight: normal;
}
.wenm_fw_yqlj_li ul li, .wenm_fw_yqlj_li ul>a{
	width: 14.28%;
	padding-right: 1%;
	font-size: 12px;
	color: #555;
	line-height: 28px;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wmlink p{
	width: 100%;
}
.wmlink a{
	width: 10%;
	font-size: 12px;
	color: #555;
    line-height: 28px;
    display: inline-block;
    text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wmlink a:hover{color:#00c1c8;}